WpfScheduler

StockSharp.Xaml

Task scheduler used WPF timer.

Наследует: Disposable

Конструкторы

WpfScheduler(IEnumerable<T>)

Initializes a new instance of the WpfScheduler.

tasks
Tasks.

Свойства

Interval : TimeSpan

Interval.

Методы

DisposeManaged()

Release resources.

Start()

Start.

Stop()

Stop.

События

Starting : Action<IEnumerable<T>>

Starting tasks event.

Stopping : Action<IEnumerable<T>>

Stopping tasks event.